home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / RLaB 1.18c / misc / gnuplothelp / xlabel < prev    next >
Encoding:
Text File  |  1994-10-22  |  342 b   |  17 lines  |  [TEXT/ttxt]

  1. xlabel:
  2.  
  3. Synopsis: Set the x-axis text label.
  4.  
  5. Syntax: xlabel ( "string", I )
  6.  
  7. Description:
  8.  
  9.     Set the x-axis label for the I:th plot-window. 
  10.     If xlabel() is used without any arguments, then the
  11.     x-axis label is set to the null-string. 
  12.     
  13.     If 'I' is not specified the default plot-window (0) is used.
  14.  
  15. See Also: ylabel, zlabel, label, title
  16.  
  17.